The Dreamweaver JavaScript API > Selection functions > dom.source.startOfLine()

 

dom.source.startOfLine()

Availability

Dreamweaver 4.0

Description

Places the insertion point at the beginning of the current line. If content is already selected, this function extends the selection to the beginning of the current line.

Arguments

bShiftIsDown

A Boolean indicating whether or not content is being selected. If bShiftIsDown is true, the content is selected.

Returns

Nothing.